home *** CD-ROM | disk | FTP | other *** search
Text File | 1986-10-01 | 2.8 KB | 56 lines | [TEXT/EDIT] |
- "Answering MAChine Version 1.0"
- by Robert Hess
-
- AM is a program written as a favor to Seth Cenac, who noted that when a BBS goes down, it's a pain to the sysop because people keep calling. I noted
- that I have a friend who's BBS went temporarily down this past weekend and
- had put up a voice answering machine on the phone line. Seth asked if it
- would be easy to write a computer-based answering machine. As most of you
- can imagine, it is pretty easy.
-
- This program is a kludge... It is a quick effort in ZBAsic and I don't
- say that it's full-of-frills package (but does something this simple HAVE to
- have any frills?). All it does it boot, let you select the file that contains
- the text of your "OGM" ("Outgoing Message"), and start answering the phone.
- It will work at 300, 1200, and 2400 baud. When a user logs on, he is shown
- the contents of the text file you choose at the beginning of the program.
- When the file has been shown completely, the connection is severed and the
- system recycles.
-
- When you boot the program you will be shown some vital data and then
- will be given the option to use the modem port or printer port. You will
- then be shown the Macintosh SPFGetFile (Minifinder) and can select your
- OGM. Only text files are shown to you. The modem is then initialized to
- answer on the first ring and use "+" as the Modem Escape Character. A
- Status Window is then displayed which tells you how many people have called
- the Macintosh.
-
- The Desk Accessory menu is active and may be used. There is no "About
- The Answering MAChine..." (the original window says it all). The "File"
- menu has three commands:
-
- "Quit": If a user is currently online, they are disconnected and then
- the program exits to the Finder. You may also type Command-.
- (Fan-Period) to serve the same purpose as "Quit".
-
- "Change OGM": Lets you pick a new text file as the Outgoing Message.
-
- "Update Window": If you pull up a DA which erases the window, this command
- will let you refresh the Status Window.
-
- When a user comes online, the Status Window will blacken and "User
- Online" will be shown in the window. During this window's display, the
- OGM is being sent to the user. When he is being disconnected, the window
- will say "Disconnecting" (original, huh?).
-
- The program will keep count of the number of callers and will
- display it in the window at the center of the screen. At any time, type
- COMMAND-. (COMMAND-PERIOD) to exit to the Finder (or whatever you use).
-
- Don't send me hate mail... Just send me suggestions. Send them
- to GEnie (user RNHESS) or call (713) 960-9424 (modem) and leave feedback to
- the sysop or call (713) 688-8891 (voice).
-
- Thanks! (and have fun)
-
- Robert Hess
-